LISTENER ANGLE Z

This command will return the current Z angle of the listeners direction.

  Syntax
Return Float=LISTENER ANGLE Z()
  Returns

The command will return the current Z angle of the listeners direction

  Example Code
cls
load sound "man.wav",1
play sound 1
print "listener angle z "+str$(listener angle z(1))
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index